plus Assign
inline operator fun DslList<MeshProtos.Neighbor, NeighborInfoKt.Dsl.NeighborsProxy>.plusAssign(value: MeshProtos.Neighbor)
The list of out edges from this node
Content copied to clipboard
repeated .meshtastic.Neighbor neighbors = 4;
Parameters
value
The neighbors to add.
inline operator fun DslList<MeshProtos.Neighbor, NeighborInfoKt.Dsl.NeighborsProxy>.plusAssign(values: Iterable<MeshProtos.Neighbor>)
The list of out edges from this node
Content copied to clipboard
repeated .meshtastic.Neighbor neighbors = 4;
Parameters
values
The neighbors to add.